Welcome![Sign In][Sign Up]
Location:
Search - game of life

Search list

[Mathimatics-Numerical algorithmsdeath

Description: 根据约瑟夫生死游戏的规则自己利用C语言开发的一个程序-According to the rules of the game of life and death Joseph own use of C language development of a program
Platform: | Size: 178176 | Author: 楼敏炫 | Hits:

[Dialog_WindowLife200X

Description: 生命游戏: 一个很有名的数学游戏。这个游戏展示了简单的规则可以表现出复杂的现象。 可以随机、默认、手动设置生成屏幕上的点。 可以设定生死规则,从而产生规律性画面。 可以全速、单步运行,可以改变游戏速度。 其余请参见Life2003View.cpp -Game of Life: A well-known mathematical game. The game demonstrated the simple rules to show the complexity of the phenomenon. Can be random, by default, manually set to generate points on the screen. Can set the rules of life and death, resulting in regular screen. Can be full-speed, single-step operation can change the game speed. The rest see Life2003View.cpp
Platform: | Size: 70656 | Author: Liu | Hits:

[JSP/JavaLifeGame

Description: 生命游戏,为1970年英国数学家J.H.Conway所提出,某一细胞的邻居包括上,下,左,右,左上,左下,右上与右下相邻的细胞,游戏规则如下: 1,孤单死亡:如果细胞的邻居小于一个,则该细胞在下一个状态死亡。 2,拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一个状态死亡。 3,稳定:如果细胞的邻居为两个或三个,则该细胞在下一个状态稳定。 4,复活:如果某位置原无细胞存活,而该位置的邻居为三个,则该位置将复活一个细胞。-Game of Life for 1970 put forward by the British mathematician JHConway, a neighbor cell, including the upper and lower, left, right, upper left, lower left, upper right and lower right adjacent cells, the rules of the game are as follows: 1, lonely death: If cells in less than a neighbor, then the next state of cell death. 2, overcrowded death: If the cells in four or more neighbors, then the next state of cell death. 3, Stability: If the cells for two or three neighbors, then the cells in the next stable state. 4, Resurrection: If a location of the original cell-free survival, and the location of three neighbors, then the location will be the revival of a cell.
Platform: | Size: 1024 | Author: 白龙 | Hits:

[JSP/Javajava_celluar

Description: JAVA编制的元胞自动机程序,可以模拟生命游戏.-JAVA prepared cellular automaton procedure can simulate the game of life.
Platform: | Size: 31744 | Author: 陈峰 | Hits:

[AI-NN-PRlife32

Description: 成功再现康韦的生命游戏。这是人工生命方法的缘起之作,在人工生命科学诞生之初备受关注。-Successful reproduction of the Game of Life Conway. This is the method of artificial life for the origin of the artificial birth of the life sciences at the beginning of cause for concern.
Platform: | Size: 1332224 | Author: 汪俊琼 | Hits:

[Otherfast_killerg

Description:
Platform: | Size: 8192 | Author: 郭溪林 | Hits:

[CSharp91331954live214786

Description: 很有趣的生命游戏的程序,希望对大家有所帮助。-Game of Life very interesting process, I hope all of you to help.
Platform: | Size: 2048 | Author: 吴飞扬 | Hits:

[Windows Developshengsiyouxi

Description: 生死游戏,一个根据生死数学模型制作的屏保软件,可以根据不同插入点,产生不同的效果。-Game of life and death, in accordance with a mathematical model of life and death produced screensavers software, can be inserted according to different points, produce different results.
Platform: | Size: 2048 | Author: 流浪者 | Hits:

[assembly languagecalife

Description: 生命游戏,是关于元胞自动机的一个其他应用!仿真技术很好!-Game of Life is a cellular automaton on a other applications! Good simulation technology!
Platform: | Size: 1024 | Author: haboy | Hits:

[Game EngineGmatrix

Description: Gmatrix是一款轻量级的游戏引擎. 包含一个自主编写的轻量级的xmlReader类:去掉write和对nested结构的复杂逻辑以及一个清晰的分离体系:游戏控制、游戏生命体、道具、场景、游戏引擎、动画播放、音效播放、游戏事件等元素,利于代码重构和升级等等 -Gmatrix is a lightweight game engine. Contains a self-prepared XMLReader lightweight categories: remove the write and the complexity of the logic of nested structure, as well as a clear separation system: Game Control, Game of life, props, scene , game engine, animation playback, audio playback, game events, such as elements conducive to remodeling and upgrading the code and so on
Platform: | Size: 2440192 | Author: 马寅 | Hits:

[Otherlife_game

Description: 生命游戏的控制台模拟程序,方便修改扩展。传上来是为了增加点数。-Console Game of Life simulation procedures for amending the expansion. Chuan-up points are in order to increase.
Platform: | Size: 16384 | Author: 伍友良 | Hits:

[Special EffectsBased_On_Life_Game_Image_Encryption

Description: 基于生命游戏的数字图像置乱与数字水印技术.pdf. 论文资料,不容易下载的。-Game of Life based on the number of image scrambling and digital watermarking technology. Pdf. Thesis information will not be easy to download.
Platform: | Size: 274432 | Author: 伍友良 | Hits:

[AI-NN-PRSortAndLife

Description: Conway s Game of life 算法程序-This article is about a fast Conway s Game of Life version using MFC, thread and DirectX together with a visual demo for sorting algorithms. It is also a good demo for "Bubble" and "Quick Sort" algorithms.
Platform: | Size: 370688 | Author: JerryJiang | Hits:

[Windows DevelopGameofLive

Description: 生命游戏,规则: 1、一个细胞周围八个格存活2~3个细胞,则下一时代次此细胞依然存活 2、如果某个格周围八个格存活三个细胞,则下一时代该格能创生一个细胞 3、如果一个细胞周围8格存活细胞数为1个或1个一下,则下一世代该细胞因孤独而死 4.如果一个细胞周围8格存活细胞数为4个或4个以上,则下一世代该细胞因生存空间拥挤而死-Game of Life rules: 1, a cell survival of the surrounding eight grid cells 2 ~ 3 months, then the next times at 2 this cell is still viable, if a grid around the eight cell survival of three cells, then the next era of the grid to creation of a cell 3, around 8, if a cell survival of cells for cell 1 or a click, then the next generation of the cells die because of loneliness 4. If a cell survival of cells in the surrounding 8 cells for 4 or 4 or more, then the next generation of the cells died due to crowded living space
Platform: | Size: 443392 | Author: 天翼 | Hits:

[DirextXSortAndLife

Description: 用MFC,线程以及DirectX编写的代码 是有关冒泡法级快速排序法的不错的例子-A fast conways s Game of Life Version using MFC,thread and DirectX together with a visual demo for sorting algorithms. It is also a good demo for "Bubble" and "Quick Sort" algorithms.
Platform: | Size: 370688 | Author: test2008 | Hits:

[JSP/JavaLiveGame

Description: 生命游戏的规则,大家应该都很清楚了,这个Java的生命游戏程序就是演示生命游戏,它的功能是:用户可以设置初始布局(人工布局、电脑随机生成、载入已有的生命状态布局),布局以后可以 增加或减少布局的生命个数,暂停或开始生命游戏, 另外,可以将某时刻生命游戏演进的状态保存(代码中附带几个比较有趣的 生命游戏演化状态)-The rules of the game of life, we should be very clear that this Java program is the Game of Life Game of Life demo, and its function is to: Users can set up the initial layout (manual layout, the computer randomly generated, have been included in the life of the state of the layout of ), the layout after layout can increase or decrease in the number of lives, the lives of the suspension or the beginning of the game, and can be a life-time evolution of the state of preservation of the game (code number of the more interesting side of life the evolution of the state of the game)
Platform: | Size: 5120 | Author: 苏庆强 | Hits:

[OtherbiyilunzaicRzhongyingyong

Description: 生活中博弈的案例很多你会见到很多例子只要涉及到人群的互动就有博弈 关于博弈论的书-Game of life in many cases, you will see many examples. As long as people involved in the interaction, there is the game. Books on game theory
Platform: | Size: 4934656 | Author: wxm | Hits:

[Windows Developgol2

Description: This C code performs "Game of Life".
Platform: | Size: 7168 | Author: crion | Hits:

[Windows Developgameoflife.ZIP

Description: VB写的生命游戏,探索自然生命现象的简单实用的游戏。-Game of Life written in VB, to explore the phenomenon of the natural life of the game is simple and practical.
Platform: | Size: 11264 | Author: Denisky4x4 | Hits:

[Other Gamesmylife

Description: 细胞生命游戏,用Win32SDK写的。开发环境是devcpp4.9.9.2。原创哦!-Game of Life cells with Win32SDK written. Development environment is devcpp4.9.9.2. Original Oh!
Platform: | Size: 118784 | Author: 自由民 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 20 »

CodeBus www.codebus.net